build: Fix and prettify build option output
authorColin Walters <walters@verbum.org>
Sat, 17 Aug 2013 19:21:31 +0000 (15:21 -0400)
committerColin Walters <walters@verbum.org>
Sat, 17 Aug 2013 19:21:31 +0000 (15:21 -0400)
The documentation one was broken by the gtk-doc changes, and let's
align things.

configure.ac

index 549235137259015952c195eb223b65b32696f602..49d38b67fcede21e328a3daeeb5911da0f0bb0ef 100644 (file)
@@ -137,13 +137,13 @@ echo "
     ===============
 
 
-    embedded dependencies: $enable_embedded_dependencies
-    introspection: $found_introspection
-    libsoup (retrieve remote HTTP repositories): $with_soup
-    libarchive (parse tar files directly): $with_libarchive
-    documentation: $enable_documentation
-    dracut: $with_dracut"
+    embedded dependencies:                        $enable_embedded_dependencies
+    introspection:                                $found_introspection
+    libsoup (retrieve remote HTTP repositories):  $with_soup
+    libarchive (parse tar files directly):        $with_libarchive
+    documentation:                                $enable_gtk_doc
+    dracut:                                       $with_dracut"
 AS_IF([test "x$with_dracut" = "xyes"], [
-    echo "    systemd unit dir: $with_systemdsystemunitdir"
+    echo "    systemd unit dir:                             $with_systemdsystemunitdir"
 ])
 echo ""